fma test from test suite fails on hppa, enable emulation like on m68k
authorStéphane Glondu <glondu@debian.org>
Sun, 14 Dec 2025 09:53:11 +0000 (10:53 +0100)
committerStéphane Glondu <glondu@debian.org>
Sun, 14 Dec 2025 09:53:11 +0000 (10:53 +0100)
debian/rules

index 06c312c0b392f4b9faf1b12f97e55e9b2c14ec89..1916a550b7600b37aeb8ca1c4672b25ece9d58ab 100755 (executable)
@@ -72,6 +72,10 @@ endif
 ifeq (m68k,$(DEB_BUILD_ARCH))
 CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
 IGNORE_TESTS_FAILURE := || true
+# fma test from test suite fails on hppa, enable emulation like on m68k
+else ifeq (hppa,$(DEB_BUILD_ARCH))
+CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
+IGNORE_TESTS_FAILURE := || true
 else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH)))
 IGNORE_TESTS_FAILURE := || true
 else